home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / ints.zip / INTS.DOC < prev    next >
Text File  |  1988-02-21  |  997b  |  27 lines

  1. INTS will show you the contents of the zero-page interrupt vectors on a
  2. PC or clone. It will print a list of the interrupt numbers, with the
  3. associated segment:offset addresses. If the vector contains a zero, that
  4. interrupt will not be displayed. If it is non-zero, the first location
  5. of the interrupt service routine is examined, and if it is an IRET (interrupt
  6. return) instruction, then "--> IRET" is printed next to the address.
  7.  
  8. All values are printed in hexadecimal.
  9.  
  10. The most common use of this routine is to determine which interrupts a TSR
  11. is stealing. To do this, run ints with and without the TSR loaded, directing
  12. output into files, then compare the two files.
  13.  
  14. Glancing thru the code now, I see some things that might be redundant, but
  15. it works, so I'm not going to fix it. 
  16.  
  17. Constructive comments are welcome.
  18.  
  19.         Steve Conklin        {uunet,ihnp4}!ingr!tesla!steve
  20.         Intergraph Corp.
  21.         Huntsville, AL 35807
  22.         (205) 772-6888
  23.  
  24. Relax, Don't worry, Have a homebrew.
  25.  
  26.  
  27.